home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 76 / MF_UK_76_1.iso / Education Feature / MicroWorlds 2.03 Try Me / MicroWorlds 2.03 Try Me.rsrc / TEXT_545_char.txt < prev    next >
Encoding:
Text File  |  1998-05-08  |  202 b   |  12 lines

  1. char number 
  2.  
  3. Stands for character. Reports the character represented by the ASCII number given as input. The number must be between 0 and 255. See ascii.
  4.  
  5. Examples: 
  6.  
  7. show char 97 
  8. show char 65 
  9. A
  10.  
  11.